home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 2000 March / MACPOWER-2000-03.ISO.7z / MACPOWER-2000-03.ISO / MacPowerオリジナル⁄連載 / DownloadASCII Top50 / DRAGON対応版Sherlock Plugin / dragon.src.sit / Sherlock Plugin for DRAGON 1.1 / DRAGON.src next >
Text File  |  1998-10-30  |  918b  |  36 lines

  1. #Created by Takahiko Ohe
  2. #http://www.crown.co.jp/
  3. #mailto:ohe@crown.co.jp
  4.  
  5. <search
  6.     name = "DRAGON"
  7.     method = "GET"
  8.     action = "http://www.dragon.co.jp/cgi-bin/search/newsearch.cgi"
  9.     queryEncoding=2561 # kTextencodingShiftJIS
  10.     update="http://www.crown.co.jp/dragon.src.hqx"
  11.     updateCheckDays = 3
  12. >
  13.  
  14. <INPUT name="query" type=text user>
  15. #<INPUT type="submit" value="検索">
  16. <INPUT NAME=log VALUE="0">
  17. <INPUT NAME=cate VALUE="">
  18. <INPUT NAME=item VALUE="20">
  19.  
  20. <interpret
  21.     resultEncoding=2561                # kTextEncodingShiftJIS        = 0x0A01
  22.     resultTranslationEncoding=1     # kTextEncodingMacJapanese = 0x0001
  23.     resultTranslationFont="Osaka"
  24.  
  25.     bannerStart = "<!-- AdSpace -->"
  26.     bannerEnd = "<!-- /AdSpace -->"
  27.     resultListStart="<BLOCKQUOTE>"
  28.     resultListEnd="</BLOCKQUOTE>"
  29.     resultItemStart="<LI>"
  30.     #resultItemStart="<!-- position 1 -->"
  31.     resultItemEnd="<BR><BR>"    
  32.     #relevanceStart= "<!-- REL -->"
  33.     #relevanceEnd="<!-- /REL -->"
  34.     >
  35. </search>
  36.